home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
program
/
gcc
/
gcc270-d.lha
/
gnu
/
man
/
cat3
/
labs.0
< prev
next >
Wrap
Text File
|
1992-08-10
|
798b
|
67 lines
LABS(3) UNIX Programmer's Manual LABS(3)
NNAAMMEE
llaabbss - return the absolute value of a long integer
SSYYNNOOPPSSIISS
##iinncclluuddee <<ssttddlliibb..hh>>
_l_o_n_g
llaabbss(_l_o_n_g _j)
DDEESSCCRRIIPPTTIIOONN
The llaabbss() function returns the absolute value of the long integer _j.
SSEEEE AALLSSOO
abs(3), floor(3), cabs(3), math(3)
SSTTAANNDDAARRDDSS
The llaabbss() function conforms to ANSI C3.1591989 (``ANSI C'').
BBUUGGSS
The absolute value of the most negative integer remains negative.
BSD Experimental June 29, 1991 1